Solana core development team Anza said that the SIMD-0339 proposal increases the maximum number of CPI account info from 64 to 255, and is planned to be activated on the testnet in the 883rd epoch. This feature requires at least Agave v3.1.0 and FD v0.806.30102.
Solana核心开发团队Anza表示,SIMD-0339提案将CPI账户信息数量上限从64提升至255,计划在第883个epoch于测试网(testnet)激活。该功能要求至少使用Agave v3.1.0和FD v0.806.30102版本。
On November 27th, Vitalik Buterin wrote that end-to-end encryption communication is essential for privacy protection, emphasizing that the next key step in this field is to support permissionless account creation and metadata privacy, and saying that Session and SimpleX are advancing these directions. He donated 128 ETH to each, while noting that decentralization, metadata protection, multi-device support, and Sybil/DoS resistance are still challenges, and more developers need to invest in impro...
11月27日消息,Vitalik Buterin发文表示端到端加密通讯对隐私保护至关重要,强调该领域下一步关键是支持无许可账户创建和元数据隐私,并称Session和SimpleX正在推进这些方向。他向两者各捐赠128ETH,同时指出去中心化、元数据保护、多设备支持和Sybil/DoS抵抗等仍是难题,需要更多开发者投入改进这类隐私通讯工具。
Canadian financial firm Wealthsimple announced the completion of a $750 million equity financing, with a post-money valuation of $10 billion.
去中心化通信与数据基础设施项目 Depinsim 宣布完成 800 万美元战略融资,由 Outlier Ventures 领投,DWF Labs 等多家知名机构参投。
The Solana Foundation's latest proposal, SIMD-0266, plans to introduce p-tokens as an efficient alternative to the current SPLToken program. This optimized version can reduce the computing unit usage of the token program by up to 98% through zero-heap allocation and zero-copy data access technology, and is expected to free up about 12% of the block space for other transactions. The p-token is fully backward compatible, and users can directly replace it without modifying the code. The new Batch a...
Solana基金会最新提案SIMD-0266计划推出p-token,作为当前SPLToken程序的高效替代方案。该优化版本通过零堆分配和零拷贝数据访问技术,可将Token程序的计算单元使用率降低高达98%,预计将释放约12%的区块空间用于其他交易。p-token完全向后兼容,用户无需修改代码即可直接替换。新增的Batch和UnwrapLamports指令进一步优化了DeFi常见操作流程。Neodyme已完成审计,确认p-...
Solana's proposed improvement, SIMD-0337, introduces block tagging to implement the fast leader handover mechanism in Alpenglow. This technology allows leaders to start block production immediately based on the expected parent block without waiting for confirmation, advancing block production time by about 120 milliseconds and increasing IBRL (Interblock Reliable Delay) by about 7.5%. The new mechanism is implemented through two tags, BlockHeader and UpdateParent, which not only ensure security ...